home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wsmooth.zip / WSMSRC.ZIP / FILEBUF < prev    next >
Text File  |  1990-08-13  |  181b  |  11 lines

  1. all: filebuf.exe
  2.  
  3. filebuf.obj: filebuf.c filebuf
  4.     cl -DMAIN -WX -c -Od -Zpile -Lr filebuf.c
  5.  
  6. filebuf.exe: filebuf.obj filebuf
  7.     link /cp:1 /co filebuf,,, slibcer;
  8.  
  9.  
  10.  
  11.